home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 96 / maccd 96.iso / utilities / Mac OS X / DoubleCommand 1.3 / StartupItems / DoubleCommand / StartupParameters.plist < prev   
Encoding:
Text File  |  2002-05-01  |  531 b   |  19 lines

  1. /* Name: StartupParameters.plist
  2.  * Project: DoubleCommand
  3.  * Author: Michael Baltaks <mbaltaks@mac.com>
  4.  * Creation Date: 2002-05-01
  5.  * Tabsize: 4
  6.  * This Revision: $Id$
  7.  */
  8.  
  9. {
  10.     Description     = "Provides a second Command key for PowerBook keyboards";
  11.     Provides        = ("DoubleCommand");
  12.     Requires        = ("Disks");    /* depend on something so that we don't come too early */
  13.     OrderPreference = "None";
  14.     Messages = {
  15.         start = "Enabling DoubleCommand";
  16.         stop  = "Disabling DoubleCommand";
  17.     };
  18. }
  19.